#agreement-box {
    width: 500px;
    height: 300px;
    background: #FFFFFF;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    margin-top: -150px;
    left: 50%;
    margin-left: -250px;

    padding: 13px 13px 0px 54px;
    box-sizing: border-box;
    background-image: url(./images/top-img-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 37%;
}

.agreement-img-close {
    width: 10px;
    height: 10px;
    float: right;
    cursor: pointer;
}

.agreement-close {
    background-image: url(./images/icon-close2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.user-agreement-title2 {
    overflow-wrap: break-word;
    color: rgba(20, 25, 46, 1);
    font-size: 26px;
    font-family: FZLTDHJW-GB1-0;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    margin: 45px 0 7px 0;
    padding-bottom: 19px;
    padding-left: 76px;
    box-sizing: border-box;
    /* border-bottom: 3px dotted #ccc; */
}
.agreement-title {

    overflow-wrap: break-word;
    color: rgba(20, 25, 46, 1);
    font-size: 26px;
    font-family: FZLTDHJW-GB1-0;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    line-height: 26px;
    display: block;
    margin: 77px 0 18px 0;
}


.agreement-content {
    width: 420px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(117, 121, 126, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    margin-bottom: 40px;
}

.agreement-btn-box {
    display: flex;
    align-items: center;
    width: 100%;
}

.user-agreement1,
.user-agreement2 {
    width: 420px;
    height: 20px;
    overflow-wrap: break-word;
    color: rgba(77, 136, 247, 1);
    font-size: 14px;
    font-family: PingFangSC-Regular;
    text-align: left;
    white-space: nowrap;
    line-height: 20px;
    cursor: pointer;
}


.agreement-disagree-btn {
    border-radius: 4px;
    height: 48px;
    border: 1px solid rgba(213, 213, 213, 1);
    width: 180px;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #fff;

}

.form-cover{
    width: 100vw;
    height: 100vh;
    z-index: 99999;
    background-color: rgba(133, 133, 133, 0.4);
    position: fixed;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
  }

.agreement-agree-btn {
    background-color: rgba(58, 133, 241, 1);
    border-radius: 4px;
    height: 48px;
    width: 180px;
    margin-left: 22px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border: 0;
}

/* 慧算账用户服务协议书 */
#hsz-user-agreement-box {
    width: 740px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -370px;

    display: none;
    background-image: url(./images/top-img-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 18%;
    z-index: 6;

    /* padding: 13px 13px 0px 76px; */
    /* box-sizing: border-box; */
}

.hsz-user-agreement-close {
    width: 10px;
    height: 10px;
    float: right;
    cursor: pointer;
    margin: 13px 12px 0 0;
}

.user-agreement-title {
    overflow-wrap: break-word;
    color: rgba(20, 25, 46, 1);
    font-size: 26px;
    font-family: FZLTDHJW-GB1-0;
    text-align: left;
    font-weight: bold;
    white-space: nowrap;
    display: block;
    margin: 45px 0 7px 0;
    padding-bottom: 19px;
    padding-left: 76px;
    box-sizing: border-box;
    /* border-bottom: 3px dotted #ccc; */

}

.user-agreement-content {
    width: 100%;
    padding: 20px 76px 0 50px;
    box-sizing: border-box;
    height: 298px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #14192E;
    line-height: 27px;
    margin: 0 auto;
    overflow: hidden;
    overflow-y: scroll;


}

.user-agreement-content p{
    line-height: 27px !important;

}
.user-agreement-content  ol li {
    line-height: 27px !important;

}

.user-agreement-btn {
    width: 180px;
    height: 48px;
    background: #3A85F1;
    border-radius: 4px;
    margin: 24px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    border: 0;
}

/* 个人信息收集使用同意书 */

#personal-information-agreement {
    width: 740px;
    height: 500px;
    background: #FFFFFF;
    border-radius: 8px;
    position: fixed;
    top: 50%;
    margin-top: -250px;
    left: 50%;
    margin-left: -370px;

    display: none;
    background-image: url(./images/top-img-bg.png);
    background-repeat: no-repeat;
    background-size: 100% 18%;
}

.personal-information-close {
    width: 10px;
    height: 10px;
    float: right;
    cursor: pointer;
    margin: 13px 12px 0 0;
}
.agreement-close2 {
    background-image: url(./images/icon-close2.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.personal-information-btn {
    width: 180px;
    height: 48px;
    background: #3A85F1;
    border-radius: 4px;
    margin: 24px auto 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    cursor: pointer;
    border: 0;
}






/* 第三方合作伙伴收集使用个人信息情况表 */
.partner-table-box {
    width: 1200px;
    margin: 0 auto;
    padding: 0px 40px;
    box-sizing: border-box;
}




::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/*定义滚动条轨道 内阴影+圆角*/
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 0px rgba(193, 193, 193, 0.5);
    border-radius: 10px;
    /* background-color: #272d44; */
}

/*定义滑块 内阴影+圆角*/
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    box-shadow: inset 0 0 0px rgba(210, 210, 210, 0.5);
    background-color: rgba(191, 191, 191, 0.5);
}

.a-color {
    color: blue !important;
}

.open-user-agreement {
    color: blue;
    cursor: pointer;
}
 	.shake-box{
 		/* width: 100px;
 		height: 150px; */
 		/* background: #FFF; */
 		/* border-radius: 5px; */
         animation-delay: 0s;
	    animation-name: shock;
	    animation-duration: .1s;
	    animation-iteration-count: 3;
	    animation-direction: normal;
	    animation-timing-function: linear;
	}

	@keyframes shock {
	    0% {
	        margin-left: 0px;
	        margin-right: 5px;
	        margin-top: 0px;
	    }
	    100% {
	        margin-left: 5px;
	        margin-right: 0px;
	        margin-top: 5px	;
	    }
	}